Adding numbers topic
Add floating point values with full precision.
Classes
- Adder Adding numbers
- Creates a full precision adder for IEEE 754 floating point numbers, setting its initial value to 0.
- Adder Adding numbers
- Creates a full precision adder for IEEE 754 floating point numbers, setting its initial value to 0.
- Adder Adding numbers
- Creates a full precision adder for IEEE 754 floating point numbers, setting its initial value to 0.
Functions
-
fcumsum(
Iterable< Adding numbersnum?> iterable) → Float64List -
Returns a full precision cumulative sum of all values in the
iterable
. -
fcumsum(
Iterable< Adding numbersnum?> iterable) → Float64List -
Returns a full precision cumulative sum of all values in the
iterable
. -
fcumsum(
Iterable< Adding numbersnum?> iterable) → Float64List -
Returns a full precision cumulative sum of all values in the
iterable
. -
fcumsumBy<
T> (Iterable< Adding numbersT> iterable, num? accessor(T)) → Float64List -
Returns a full precision cumulative sum of all values yielded by the
accessor
function applied to each element in theiterable
. -
fcumsumBy<
T> (Iterable< Adding numbersT> iterable, num? accessor(T)) → Float64List -
Returns a full precision cumulative sum of all values yielded by the
accessor
function applied to each element in theiterable
. -
fcumsumBy<
T> (Iterable< Adding numbersT> iterable, num? accessor(T)) → Float64List -
Returns a full precision cumulative sum of all values yielded by the
accessor
function applied to each element in theiterable
. -
fsum(
Iterable< Adding numbersnum?> iterable) → double -
Returns a full precision summation of all values in the
iterable
. -
fsum(
Iterable< Adding numbersnum?> iterable) → double -
Returns a full precision summation of all values in the
iterable
. -
fsum(
Iterable< Adding numbersnum?> iterable) → double -
Returns a full precision summation of all values in the
iterable
. -
fsumBy<
T> (Iterable< Adding numbersT> iterable, num? accessor(T)) → double -
Returns a full precision summation of all values yielded by the
accessor
function applied to each element in theiterable
. -
fsumBy<
T> (Iterable< Adding numbersT> iterable, num? accessor(T)) → double -
Returns a full precision summation of all values yielded by the
accessor
function applied to each element in theiterable
. -
fsumBy<
T> (Iterable< Adding numbersT> iterable, num? accessor(T)) → double -
Returns a full precision summation of all values yielded by the
accessor
function applied to each element in theiterable
.